Execute this command to get all QEMU machines
qemu-system-x86_64 -machine help
The qemu machine (for example "pc-q35-7.2" is defined in every qemu VM. This value can be updated for newer features / better performance etc.
Sample: <type arch="x86_64" machine="pc-q35-7.2">hvm</type>